home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / ec_plus / ec-plus.lha / generics / WListint_.cc < prev    next >
C/C++ Source or Header  |  1989-10-10  |  145b  |  8 lines

  1. #include <String.h>
  2. #include "containers/WList.h"
  3. #include "WListint_.h"
  4.  
  5. int        stepint_;
  6.  
  7. void     initializeWListint_(int step) {stepint_ = step;}
  8.